All Questions
309 questions
0votes
0answers
972views
SSH failing with "ssh_rsa_verify: cannot handle type rsa-sha2-256"
I have an old Server (Centos 4 - yes it will be upgraded but not yet!) and a new Backup machine (Rocky 9.5). I previously had rsync from the server to a previous incarnation of the backup machine (...
0votes
0answers
9views
x11nvc display is vertically displaced
I want to connect via VNC to my workstation. I have access to the box via SSH over a VPN. On my workstation I start my VNC server like this x11vnc -rfbport 5901 -rfbauth /home//.vnc/passwd -usepw -...
0votes
0answers
46views
Can't ping my host from a CentOS linux server although I can ssh to the linux server
After creating a CentOS server using Hyper-V on my Windows 10 host. I set up an internal switch to allow communication between the host and the VM. The problem is that I can't ping the host from the ...
0votes
1answer
70views
SSHing to a CentOS server switches to a different user
I've started managing a CentOS 7 server for a new client that is managed via Plesk. I'm not familiar with either Centos or Plesk. If I SSH to the server like: ssh [email protected], immediately ...
0votes
0answers
79views
OpenSSH Requires Password AND Public Key
I've inherited an old CentOS-6 system with OpenSSH 5.3 installed. And OpenSSH is behaving oddly: Currently the daemon requires the use of a public key and a password in order to login. (It's been this ...
0votes
1answer
355views
Stop service using SSH causes "Control master terminated unexpectedly"
I have two servers running Centos 7 that communicate with each other. In a shell script, I need to stop my custom services running on the other node via ssh. The problem is that occasionally the ...
0votes
2answers
340views
SSH by LDAP groups - not work
There are "31" servers configured from the same RedOS image (CentOS 7-based). They are entered into the LDAP samba domain, and are configured for authorization via ssh based on ldap user ...
0votes
0answers
77views
root can log into centOS and use xshell, but other users can't
Details are as follows: [root@hadoop102 hadoop]# ssh atguitu@hadoop103 atguitu@hadoop103's password: Permission denied, please try again. atguitu@hadoop103's password: I want log into centOS and use ...
0votes
0answers
42views
SSH login: password works not until 3rd attempt (same password)
When trying to log into my vserver the password only works at the 3rd attempt! (Using the same & correct password from clipboard) Is the system breached?! Interestingly when using my password ...
0votes
0answers
326views
Using keyboard shortcut for entering password while entering SSH session
I am using CentOS, and as part of my job, I need to log into multiple SSH sessions (servers) on a daily basis, which requires entering the password every time. I have been wondering if there is a way ...
1vote
1answer
577views
How to fix SSHD due to libssl.so.10 error?
SSH broke because of this, I can only access the server through VNC. journalctl shows that errors appeared a week ago and the process stopped. sshd[782]: /usr/sbin/sshd: error while loading shared ...
0votes
1answer
656views
Able to connect to CentOS 7 server through SSH from Ubuntu client but not SFTP
I'm sorry as I imagine different versions of this question have come up often but I can't seem to resolve my issue through others' posts. I am trying to learn about other OSes for work, and my work ...
1vote
0answers
49views
When connecting to SSH externally, it shows as connected from the external source IP sometimes and other times it's from the internal gateway's IP
I have setup port forwarding rules on the firewall which maps external ports to internal SSH ports. The SSH port forwarding rules are for systems running on different OSes including CentOS 6, CentOS 7 ...
0votes
0answers
54views
Centos SSH Ports stops responding
I have a couple AWS instances running CentOS. Every few days the SSH ports stop connecting on both instances. When I try to SSH into the server it just keeps trying to connect and doesn't timeout. ...
0votes
1answer
176views
How can I share files on the server with others users in internet?
I have a linux server that I manage via SFTP and SSH. Some files are generated on the server through scripts. How can I make it so that I can give users on the Internet links to specific files (so ...